> plot(2*x+1,x=-4..4,y=-4..4,color=green);
![[Maple Plot]](Grphalgmaple2011.gif)
>
>
>
> plot({2*x+1,x},x=-4..4,color=[magenta,green]);
![[Maple Plot]](Grphalgmaple2012.gif)
>
>
>
(
verde ),
(
vermelho ),
(
marron ),
(
azul marinho ),
(
azul )
> plot({2*x+1,2*x+3,2*x+5,2*x-1,2*x-4},x=-4..4,color=[green,orange,cyan,blue,red]);
![[Maple Plot]](Grphalgmaple2018.gif)
>
>
>
(
marron ),
(
vermelho ),
(
azul ),
(
azul marinho ),
(
verde )
> plot({2*x+1,3/4*x+1,x/2+1,x/4+1,x/64+1},x=-4..4,color=[green,orange,cyan,blue,red]);
![[Maple Plot]](Grphalgmaple20114.gif)
>
>
>
(
vermelho ),
(
verde )
> plot({2*x+1,-2*x+1},x=-4..4,color=[red,green]);
![[Maple Plot]](Grphalgmaple20117.gif)
>
>
>
> plot(45-32*t,t=-2..4);
![[Maple Plot]](Grphalgmaple20118.gif)
>
>
>
Resposta:
>
> plot(45-32*t,t=1.39..1.425);
![[Maple Plot]](Grphalgmaple20119.gif)
>
>
>
> plot(3*x-1,x=-4..4);
![[Maple Plot]](Grphalgmaple20120.gif)
>
>
>
>